Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 821 Bytes

WorkflowStep_merge.md

File metadata and controls

26 lines (17 loc) · 821 Bytes

uid: Api.Js.SxcJs.WorkflowStep

WorkflowStep

[!include]

<style>.context-box-summary .interact-2sxc { visibility: visible; } </style>

The workflow step contains

  1. a command for which it will trigger
    1. see the Commands List
    2. There is also a special command called refresh which isn't a normal command used on a button, but an internal command called when refreshing the page through reload or ajax. This too can be handled and cancelled
  2. a phase (before/after) - possible phase values: before, after, all
  3. a code what is to be done

See also:

History

  1. Introduced in 2sxc 11.12
  2. Enhanced so it also works on inline toolbars in v12.10